Turo: What Drives Reservations?

Getting Started

  • Turn off alarm
  • Get out of bed
  • Start a cup of Quarto

Going to sleep

  • Get in bed
  • Count sheep

Slide with a pause

content before the pause

content after the pause

Slide with a column

Left column

Right column

Slide Title

  • A smaller bullet

Slide with Asides and Footnotes

  • Green 1
  • Brown
  • Purple

Slide with a plotly express plot

A line plot on a polar axis

Slide with an itable

::: {.cell execution_count=2}

::: {.cell-output .cell-output-display} ##

The iris dataset

A line plot on a polar axis :::

sepal_length sepal_width petal_length petal_width species species_id
Loading... (need help?)
sepal_lengthsepal_widthpetal_lengthpetal_widthspeciesspecies_id

:::

Slide with some code

import numpy as np
import matplotlib.pyplot as plt

r = np.arange(0, 2, 0.01)
theta = 2 * np.pi * r
fig, ax = plt.subplots(subplot_kw={'projection': 'polar'})
ax.plot(theta, r)
ax.set_rticks([0.5, 1, 1.5, 2])
ax.grid(True)
plt.show()

Slide with disparately highlighted code

import numpy as np
import matplotlib.pyplot as plt

r = np.arange(0, 2, 0.01)
theta = 2 * np.pi * r
fig, ax = plt.subplots(subplot_kw={'projection': 'polar'})
ax.plot(theta, r)
ax.set_rticks([0.5, 1, 1.5, 2])
ax.grid(True)
plt.show()

Progressive line highlighting

import numpy as np
import matplotlib.pyplot as plt

r = np.arange(0, 2, 0.01)
theta = 2 * np.pi * r
fig, ax = plt.subplots(subplot_kw={'projection': 'polar'})
ax.plot(theta, r)
ax.set_rticks([0.5, 1, 1.5, 2])
ax.grid(True)
plt.show()

Slide with code echo

import numpy as np
import matplotlib.pyplot as plt

r = np.arange(0, 2, 0.01)
theta = 2 * np.pi * r
fig, ax = plt.subplots(subplot_kw={"projection": "polar"})
ax.plot(theta, r)
ax.set_rticks([0.5, 1, 1.5, 2])
ax.grid(True)
plt.show()

Slide with tab sets

Content for Tab A

Content for Tab B

Slide with a custom background

  • All CSS color formats are supported, including hex values, keywords, rgba() or hsl()
  • Four different types of backgrounds are supported: color, image, video and iframe.

(A slide with no title)

(Another slide with no title)